home *** CD-ROM | disk | FTP | other *** search
- Returns the Lotus Multibyte Character Set (LMBCS) character that corresponds to the number x.
-
- Strips non-printable characters from a text string.
-
- Returns the Lotus Multibyte Character set (LMBCS) code that corresponds to the first character in a text string.
-
- Returns 1 (true) if two text strings match exactly; returns 0 (false) if they are not the same.
-
- Calculates the position of the first character of a text string within another text string.
-
- Returns the first n characters in a text string.
-
- Counts the number of characters in a text string.
-
- Converts all the letters in a text string to lowercase.
-
- Returns n characters in a text string, beginning with a specified character.
-
- Returns the entry in the first cell of a range as a value. If the cell contains text, returns the value 0.
-
- Capitalizes the first letter of each word in a text string and converts the remaining letters to lowercase.
-
- Duplicates a text string n times.
-
- Replaces characters in a text string with characters from another text string.
-
- Returns the last n characters in a text string.
-
- Returns the entry in the first cell of a range as a text string; or an empty text string if the cell contains a value.
-
- Converts the value x to a text string with n decimal places.
-
- Removes leading, trailing, and consecutive space characters from a text string.
-
- Converts all the letters in a text string to uppercase.
-
- Converts a number entered as a text string to its corresponding numeric value.
-
-